home *** CD-ROM | disk | FTP | other *** search
- Path: student.uni-tuebingen.de!not-for-mail
- From: "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Boopsi... tsss, tsss....
- Date: Mon, 29 Jan 1996 11:33:44 -0500
- Organization: InterNetNews at ZDV Uni-Tuebingen
- Distribution: world
- Message-ID: <69071069%suamor@student.uni-tuebingen.de>
- References: <1996Jan24.233515.26181@cercle.centre.net>
- Reply-To: "suamor" <suamor@student.uni-tuebingen.de>
- NNTP-Posting-Host: gw192.informatik.uni-tuebingen.de
- X-NewsReader: IntuiNews 1.3a (7.9.95)
-
- franck.roumy schrieb in comp.sys.amiga.programmer ueber "Boopsi... tsss,
- tsss....":
- > Hi every helpers,
- >
- > I'm trying to code the "db_button.gadget", a boopsi button,
- > which
- > seems to be very usefull. Sad thing, I don't know how to declare it as a
- > "Button", to receive the appropiate IDCMP_GADGETUP/DOWN code. So, I
- > obtain
- > beautifull buttons, (beautifull pictures, beautifull colors...), and
- > nothing
- > appends when the user click them!!
-
- Did you include GM_HITTEST ? This message should be send to you when a
- User presses on the Gadget. Of course you need to check the bounds
- (because of the frames). And your Gadget must belong to GadgetClass.
- (S.also in the RKM Libraries: Appendix B Boopsi Classes, GadgetClass p. 902)
-
- > _Here is the questions:_
- >
- > * How should I declare it as a "BUTTON_KIND"?
-
- The only known "official" way to do is it to use AddClass(), but all the
- strings must be officially registered. Else you would need to create own
- functions which provide you a similar method. F.e. in BGUI an object is
- created with BGUI_NewObject().
-
- > * Should I use more than the "NewObjectA" Intuition's command (or
- > another instruction)?
-
- see above
- [Code deleted]
-
- > * I've found the "button.gadget" in my "Class/Gadgets" directory,
- > does
- > someone have some informations about it? A documention? (to
- > send?
-
- There is a PD/Freeware/Shareware (?) ButtonClass avalaible on Aminet.
- I don't know how it is handled there. In the BGUI Archive should also
- be some example Classes which should help for a start (though they are
- based on BGUI)
-
- - Reinhard Katzmann
-
- ---
- E-Mail: suamor@student.uni-tuebingen.de
-
- One day I hope to finish my RPS Pertergrin
- Concept for Pertergin (yet in german) avalaible on Request
- Current Amiga-Project: GuideTool (GUI) V1.1BETA
-
-